Skip to content

bump direct go dependencies#2803

Merged
dgageot merged 3 commits into
docker:mainfrom
dgageot:board/bb447171a5f01de3
May 18, 2026
Merged

bump direct go dependencies#2803
dgageot merged 3 commits into
docker:mainfrom
dgageot:board/bb447171a5f01de3

Conversation

@dgageot
Copy link
Copy Markdown
Member

@dgageot dgageot commented May 15, 2026

Bumps direct Go module dependencies, validated individually with lint and tests.

Module From To Status
github.com/anthropics/anthropic-sdk-go v1.42.0 v1.43.0 bumped
github.com/docker/cli v29.4.3+incompatible v29.5.0+incompatible bumped
google.golang.org/genai v1.56.0 v1.57.0 bumped

Assisted-By: docker-agent

@dgageot dgageot requested a review from a team as a code owner May 15, 2026 10:04
Copy link
Copy Markdown

@docker-agent docker-agent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟢 APPROVE

Routine dependency bump updating three direct Go modules:

  • github.com/anthropics/anthropic-sdk-go v1.42.0 → v1.43.0
  • github.com/docker/cli v29.4.3+incompatible → v29.5.0+incompatible
  • google.golang.org/genai v1.56.0 → v1.57.0

Also promotes github.com/standard-webhooks/standard-webhooks/libraries from a pseudo-version to the tagged release v0.0.1. The go.mod hash for that module is identical between old and new entries, confirming content consistency; the h1 hash difference is expected for a different zip archive.

All go.sum entries are consistent with their corresponding go.mod changes. No source code modifications are present — only dependency metadata files are touched. No issues found.

Comment thread go.mod
github.com/pb33f/jsonpath v0.8.2 // indirect
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
github.com/standard-webhooks/standard-webhooks/libraries v0.0.0-20260508151727-1282bb917829 // indirect
github.com/standard-webhooks/standard-webhooks/libraries v0.0.1 // indirect
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-blocking: this transitive bump is pulled in by anthropic-sdk-go v1.43.0 (upstream commit "fix standard webhooks version", anthropic#842). The /go.mod hash is unchanged between the two entries — only the h1 archive hash differs, which is expected when the source switches from a pseudo-version archive to the tagged release. Worth calling out in the PR body so a future reader doesn't wonder where the fourth bump came from.

@dgageot dgageot merged commit 0877c4e into docker:main May 18, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants